home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / emovix / eMovix-0.9.0pre1_Setup.exe / {app} / configure < prev    next >
Encoding:
Text File  |  2003-12-25  |  86.0 KB  |  2,787 lines

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.57.
  4. #
  5. # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  6. # Free Software Foundation, Inc.
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9. ## --------------------- ##
  10. ## M4sh Initialization.  ##
  11. ## --------------------- ##
  12.  
  13. # Be Bourne compatible
  14. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  15.   emulate sh
  16.   NULLCMD=:
  17.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  18.   # is contrary to our usage.  Disable this feature.
  19.   alias -g '${1+"$@"}'='"$@"'
  20. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  21.   set -o posix
  22. fi
  23.  
  24. # Support unset when possible.
  25. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
  26.   as_unset=unset
  27. else
  28.   as_unset=false
  29. fi
  30.  
  31.  
  32. # Work around bugs in pre-3.0 UWIN ksh.
  33. $as_unset ENV MAIL MAILPATH
  34. PS1='$ '
  35. PS2='> '
  36. PS4='+ '
  37.  
  38. # NLS nuisances.
  39. for as_var in \
  40.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  41.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  42.   LC_TELEPHONE LC_TIME
  43. do
  44.   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
  45.     eval $as_var=C; export $as_var
  46.   else
  47.     $as_unset $as_var
  48.   fi
  49. done
  50.  
  51. # Required to use basename.
  52. if expr a : '\(a\)' >/dev/null 2>&1; then
  53.   as_expr=expr
  54. else
  55.   as_expr=false
  56. fi
  57.  
  58. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  59.   as_basename=basename
  60. else
  61.   as_basename=false
  62. fi
  63.  
  64.  
  65. # Name of the executable.
  66. as_me=`$as_basename "$0" ||
  67. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  68.      X"$0" : 'X\(//\)$' \| \
  69.      X"$0" : 'X\(/\)$' \| \
  70.      .     : '\(.\)' 2>/dev/null ||
  71. echo X/"$0" |
  72.     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  73.         /^X\/\(\/\/\)$/{ s//\1/; q; }
  74.         /^X\/\(\/\).*/{ s//\1/; q; }
  75.         s/.*/./; q'`
  76.  
  77.  
  78. # PATH needs CR, and LINENO needs CR and PATH.
  79. # Avoid depending upon Character Ranges.
  80. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  81. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  82. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  83. as_cr_digits='0123456789'
  84. as_cr_alnum=$as_cr_Letters$as_cr_digits
  85.  
  86. # The user is always right.
  87. if test "${PATH_SEPARATOR+set}" != set; then
  88.   echo "#! /bin/sh" >conf$$.sh
  89.   echo  "exit 0"   >>conf$$.sh
  90.   chmod +x conf$$.sh
  91.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  92.     PATH_SEPARATOR=';'
  93.   else
  94.     PATH_SEPARATOR=:
  95.   fi
  96.   rm -f conf$$.sh
  97. fi
  98.  
  99.  
  100.   as_lineno_1=$LINENO
  101.   as_lineno_2=$LINENO
  102.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  103.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  104.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  105.   # Find who we are.  Look in the path if we contain no path at all
  106.   # relative or not.
  107.   case $0 in
  108.     *[\\/]* ) as_myself=$0 ;;
  109.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  110. for as_dir in $PATH
  111. do
  112.   IFS=$as_save_IFS
  113.   test -z "$as_dir" && as_dir=.
  114.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  115. done
  116.  
  117.        ;;
  118.   esac
  119.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  120.   # in which case we are not to be found in the path.
  121.   if test "x$as_myself" = x; then
  122.     as_myself=$0
  123.   fi
  124.   if test ! -f "$as_myself"; then
  125.     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  126.    { (exit 1); exit 1; }; }
  127.   fi
  128.   case $CONFIG_SHELL in
  129.   '')
  130.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  131. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  132. do
  133.   IFS=$as_save_IFS
  134.   test -z "$as_dir" && as_dir=.
  135.   for as_base in sh bash ksh sh5; do
  136.      case $as_dir in
  137.      /*)
  138.        if ("$as_dir/$as_base" -c '
  139.   as_lineno_1=$LINENO
  140.   as_lineno_2=$LINENO
  141.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  142.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  143.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  144.          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  145.          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  146.          CONFIG_SHELL=$as_dir/$as_base
  147.          export CONFIG_SHELL
  148.          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  149.        fi;;
  150.      esac
  151.        done
  152. done
  153. ;;
  154.   esac
  155.  
  156.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  157.   # uniformly replaced by the line number.  The first 'sed' inserts a
  158.   # line-number line before each line; the second 'sed' does the real
  159.   # work.  The second script uses 'N' to pair each line-number line
  160.   # with the numbered line, and appends trailing '-' during
  161.   # substitution so that $LINENO is not a special case at line end.
  162.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  163.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  164.   sed '=' <$as_myself |
  165.     sed '
  166.       N
  167.       s,$,-,
  168.       : loop
  169.       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  170.       t loop
  171.       s,-$,,
  172.       s,^['$as_cr_digits']*\n,,
  173.     ' >$as_me.lineno &&
  174.   chmod +x $as_me.lineno ||
  175.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  176.    { (exit 1); exit 1; }; }
  177.  
  178.   # Don't try to exec as it changes $[0], causing all sort of problems
  179.   # (the dirname of $[0] is not the place where we might find the
  180.   # original and so on.  Autoconf is especially sensible to this).
  181.   . ./$as_me.lineno
  182.   # Exit status is that of the last command.
  183.   exit
  184. }
  185.  
  186.  
  187. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  188.   *c*,-n*) ECHO_N= ECHO_C='
  189. ' ECHO_T='    ' ;;
  190.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  191.   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
  192. esac
  193.  
  194. if expr a : '\(a\)' >/dev/null 2>&1; then
  195.   as_expr=expr
  196. else
  197.   as_expr=false
  198. fi
  199.  
  200. rm -f conf$$ conf$$.exe conf$$.file
  201. echo >conf$$.file
  202. if ln -s conf$$.file conf$$ 2>/dev/null; then
  203.   # We could just check for DJGPP; but this test a) works b) is more generic
  204.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  205.   if test -f conf$$.exe; then
  206.     # Don't use ln at all; we don't have any links
  207.     as_ln_s='cp -p'
  208.   else
  209.     as_ln_s='ln -s'
  210.   fi
  211. elif ln conf$$.file conf$$ 2>/dev/null; then
  212.   as_ln_s=ln
  213. else
  214.   as_ln_s='cp -p'
  215. fi
  216. rm -f conf$$ conf$$.exe conf$$.file
  217.  
  218. if mkdir -p . 2>/dev/null; then
  219.   as_mkdir_p=:
  220. else
  221.   as_mkdir_p=false
  222. fi
  223.  
  224. as_executable_p="test -f"
  225.  
  226. # Sed expression to map a string onto a valid CPP name.
  227. as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
  228.  
  229. # Sed expression to map a string onto a valid variable name.
  230. as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
  231.  
  232.  
  233. # IFS
  234. # We need space, tab and new line, in precisely that order.
  235. as_nl='
  236. '
  237. IFS="     $as_nl"
  238.  
  239. # CDPATH.
  240. $as_unset CDPATH
  241.  
  242.  
  243. # Name of the host.
  244. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  245. # so uname gets run too.
  246. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  247.  
  248. exec 6>&1
  249.  
  250. #
  251. # Initializations.
  252. #
  253. ac_default_prefix=/usr/local
  254. ac_config_libobj_dir=.
  255. cross_compiling=no
  256. subdirs=
  257. MFLAGS=
  258. MAKEFLAGS=
  259. SHELL=${CONFIG_SHELL-/bin/sh}
  260.  
  261. # Maximum number of lines to put in a shell here document.
  262. # This variable seems obsolete.  It should probably be removed, and
  263. # only ac_max_sed_lines should be used.
  264. : ${ac_max_here_lines=38}
  265.  
  266. # Identity of this package.
  267. PACKAGE_NAME=
  268. PACKAGE_TARNAME=
  269. PACKAGE_VERSION=
  270. PACKAGE_STRING=
  271. PACKAGE_BUGREPORT=
  272.  
  273. ac_unique_file="src/isolinux"
  274. ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os MOVIX_MAJOR_VERSION MOVIX_MINOR_VERSION MOVIX_MICRO_VERSION MOVIX_VERSION MOVIX_VERSION_INFO MOVIX_VERSION_NUMBER PERL INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot have_mkisofs USE_MKISOFS_TRUE USE_MKISOFS_FALSE have_cdrecord USE_CDRECORD_TRUE USE_CDRECORD_FALSE LIBOBJS LTLIBOBJS'
  275. ac_subst_files=''
  276.  
  277. # Initialize some variables set by options.
  278. ac_init_help=
  279. ac_init_version=false
  280. # The variables have the same names as the options, with
  281. # dashes changed to underlines.
  282. cache_file=/dev/null
  283. exec_prefix=NONE
  284. no_create=
  285. no_recursion=
  286. prefix=NONE
  287. program_prefix=NONE
  288. program_suffix=NONE
  289. program_transform_name=s,x,x,
  290. silent=
  291. site=
  292. srcdir=
  293. verbose=
  294. x_includes=NONE
  295. x_libraries=NONE
  296.  
  297. # Installation directory options.
  298. # These are left unexpanded so users can "make install exec_prefix=/foo"
  299. # and all the variables that are supposed to be based on exec_prefix
  300. # by default will actually change.
  301. # Use braces instead of parens because sh, perl, etc. also accept them.
  302. bindir='${exec_prefix}/bin'
  303. sbindir='${exec_prefix}/sbin'
  304. libexecdir='${exec_prefix}/libexec'
  305. datadir='${prefix}/share'
  306. sysconfdir='${prefix}/etc'
  307. sharedstatedir='${prefix}/com'
  308. localstatedir='${prefix}/var'
  309. libdir='${exec_prefix}/lib'
  310. includedir='${prefix}/include'
  311. oldincludedir='/usr/include'
  312. infodir='${prefix}/info'
  313. mandir='${prefix}/man'
  314.  
  315. ac_prev=
  316. for ac_option
  317. do
  318.   # If the previous option needs an argument, assign it.
  319.   if test -n "$ac_prev"; then
  320.     eval "$ac_prev=\$ac_option"
  321.     ac_prev=
  322.     continue
  323.   fi
  324.  
  325.   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
  326.  
  327.   # Accept the important Cygnus configure options, so we can diagnose typos.
  328.  
  329.   case $ac_option in
  330.  
  331.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  332.     ac_prev=bindir ;;
  333.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  334.     bindir=$ac_optarg ;;
  335.  
  336.   -build | --build | --buil | --bui | --bu)
  337.     ac_prev=build_alias ;;
  338.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  339.     build_alias=$ac_optarg ;;
  340.  
  341.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  342.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  343.     ac_prev=cache_file ;;
  344.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  345.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  346.     cache_file=$ac_optarg ;;
  347.  
  348.   --config-cache | -C)
  349.     cache_file=config.cache ;;
  350.  
  351.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  352.     ac_prev=datadir ;;
  353.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  354.   | --da=*)
  355.     datadir=$ac_optarg ;;
  356.  
  357.   -disable-* | --disable-*)
  358.     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  359.     # Reject names that are not valid shell variable names.
  360.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  361.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  362.    { (exit 1); exit 1; }; }
  363.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  364.     eval "enable_$ac_feature=no" ;;
  365.  
  366.   -enable-* | --enable-*)
  367.     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  368.     # Reject names that are not valid shell variable names.
  369.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  370.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  371.    { (exit 1); exit 1; }; }
  372.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  373.     case $ac_option in
  374.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  375.       *) ac_optarg=yes ;;
  376.     esac
  377.     eval "enable_$ac_feature='$ac_optarg'" ;;
  378.  
  379.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  380.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  381.   | --exec | --exe | --ex)
  382.     ac_prev=exec_prefix ;;
  383.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  384.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  385.   | --exec=* | --exe=* | --ex=*)
  386.     exec_prefix=$ac_optarg ;;
  387.  
  388.   -gas | --gas | --ga | --g)
  389.     # Obsolete; use --with-gas.
  390.     with_gas=yes ;;
  391.  
  392.   -help | --help | --hel | --he | -h)
  393.     ac_init_help=long ;;
  394.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  395.     ac_init_help=recursive ;;
  396.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  397.     ac_init_help=short ;;
  398.  
  399.   -host | --host | --hos | --ho)
  400.     ac_prev=host_alias ;;
  401.   -host=* | --host=* | --hos=* | --ho=*)
  402.     host_alias=$ac_optarg ;;
  403.  
  404.   -includedir | --includedir | --includedi | --included | --include \
  405.   | --includ | --inclu | --incl | --inc)
  406.     ac_prev=includedir ;;
  407.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  408.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  409.     includedir=$ac_optarg ;;
  410.  
  411.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  412.     ac_prev=infodir ;;
  413.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  414.     infodir=$ac_optarg ;;
  415.  
  416.   -libdir | --libdir | --libdi | --libd)
  417.     ac_prev=libdir ;;
  418.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  419.     libdir=$ac_optarg ;;
  420.  
  421.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  422.   | --libexe | --libex | --libe)
  423.     ac_prev=libexecdir ;;
  424.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  425.   | --libexe=* | --libex=* | --libe=*)
  426.     libexecdir=$ac_optarg ;;
  427.  
  428.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  429.   | --localstate | --localstat | --localsta | --localst \
  430.   | --locals | --local | --loca | --loc | --lo)
  431.     ac_prev=localstatedir ;;
  432.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  433.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  434.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  435.     localstatedir=$ac_optarg ;;
  436.  
  437.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  438.     ac_prev=mandir ;;
  439.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  440.     mandir=$ac_optarg ;;
  441.  
  442.   -nfp | --nfp | --nf)
  443.     # Obsolete; use --without-fp.
  444.     with_fp=no ;;
  445.  
  446.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  447.   | --no-cr | --no-c | -n)
  448.     no_create=yes ;;
  449.  
  450.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  451.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  452.     no_recursion=yes ;;
  453.  
  454.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  455.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  456.   | --oldin | --oldi | --old | --ol | --o)
  457.     ac_prev=oldincludedir ;;
  458.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  459.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  460.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  461.     oldincludedir=$ac_optarg ;;
  462.  
  463.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  464.     ac_prev=prefix ;;
  465.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  466.     prefix=$ac_optarg ;;
  467.  
  468.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  469.   | --program-pre | --program-pr | --program-p)
  470.     ac_prev=program_prefix ;;
  471.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  472.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  473.     program_prefix=$ac_optarg ;;
  474.  
  475.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  476.   | --program-suf | --program-su | --program-s)
  477.     ac_prev=program_suffix ;;
  478.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  479.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  480.     program_suffix=$ac_optarg ;;
  481.  
  482.   -program-transform-name | --program-transform-name \
  483.   | --program-transform-nam | --program-transform-na \
  484.   | --program-transform-n | --program-transform- \
  485.   | --program-transform | --program-transfor \
  486.   | --program-transfo | --program-transf \
  487.   | --program-trans | --program-tran \
  488.   | --progr-tra | --program-tr | --program-t)
  489.     ac_prev=program_transform_name ;;
  490.   -program-transform-name=* | --program-transform-name=* \
  491.   | --program-transform-nam=* | --program-transform-na=* \
  492.   | --program-transform-n=* | --program-transform-=* \
  493.   | --program-transform=* | --program-transfor=* \
  494.   | --program-transfo=* | --program-transf=* \
  495.   | --program-trans=* | --program-tran=* \
  496.   | --progr-tra=* | --program-tr=* | --program-t=*)
  497.     program_transform_name=$ac_optarg ;;
  498.  
  499.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  500.   | -silent | --silent | --silen | --sile | --sil)
  501.     silent=yes ;;
  502.  
  503.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  504.     ac_prev=sbindir ;;
  505.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  506.   | --sbi=* | --sb=*)
  507.     sbindir=$ac_optarg ;;
  508.  
  509.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  510.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  511.   | --sharedst | --shareds | --shared | --share | --shar \
  512.   | --sha | --sh)
  513.     ac_prev=sharedstatedir ;;
  514.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  515.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  516.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  517.   | --sha=* | --sh=*)
  518.     sharedstatedir=$ac_optarg ;;
  519.  
  520.   -site | --site | --sit)
  521.     ac_prev=site ;;
  522.   -site=* | --site=* | --sit=*)
  523.     site=$ac_optarg ;;
  524.  
  525.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  526.     ac_prev=srcdir ;;
  527.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  528.     srcdir=$ac_optarg ;;
  529.  
  530.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  531.   | --syscon | --sysco | --sysc | --sys | --sy)
  532.     ac_prev=sysconfdir ;;
  533.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  534.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  535.     sysconfdir=$ac_optarg ;;
  536.  
  537.   -target | --target | --targe | --targ | --tar | --ta | --t)
  538.     ac_prev=target_alias ;;
  539.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  540.     target_alias=$ac_optarg ;;
  541.  
  542.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  543.     verbose=yes ;;
  544.  
  545.   -version | --version | --versio | --versi | --vers | -V)
  546.     ac_init_version=: ;;
  547.  
  548.   -with-* | --with-*)
  549.     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  550.     # Reject names that are not valid shell variable names.
  551.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  552.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  553.    { (exit 1); exit 1; }; }
  554.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  555.     case $ac_option in
  556.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
  557.       *) ac_optarg=yes ;;
  558.     esac
  559.     eval "with_$ac_package='$ac_optarg'" ;;
  560.  
  561.   -without-* | --without-*)
  562.     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  563.     # Reject names that are not valid shell variable names.
  564.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  565.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  566.    { (exit 1); exit 1; }; }
  567.     ac_package=`echo $ac_package | sed 's/-/_/g'`
  568.     eval "with_$ac_package=no" ;;
  569.  
  570.   --x)
  571.     # Obsolete; use --with-x.
  572.     with_x=yes ;;
  573.  
  574.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  575.   | --x-incl | --x-inc | --x-in | --x-i)
  576.     ac_prev=x_includes ;;
  577.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  578.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  579.     x_includes=$ac_optarg ;;
  580.  
  581.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  582.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  583.     ac_prev=x_libraries ;;
  584.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  585.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  586.     x_libraries=$ac_optarg ;;
  587.  
  588.   -*) { echo "$as_me: error: unrecognized option: $ac_option
  589. Try \`$0 --help' for more information." >&2
  590.    { (exit 1); exit 1; }; }
  591.     ;;
  592.  
  593.   *=*)
  594.     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  595.     # Reject names that are not valid shell variable names.
  596.     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  597.       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  598.    { (exit 1); exit 1; }; }
  599.     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
  600.     eval "$ac_envvar='$ac_optarg'"
  601.     export $ac_envvar ;;
  602.  
  603.   *)
  604.     # FIXME: should be removed in autoconf 3.0.
  605.     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  606.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  607.       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  608.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  609.     ;;
  610.  
  611.   esac
  612. done
  613.  
  614. if test -n "$ac_prev"; then
  615.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  616.   { echo "$as_me: error: missing argument to $ac_option" >&2
  617.    { (exit 1); exit 1; }; }
  618. fi
  619.  
  620. # Be sure to have absolute paths.
  621. for ac_var in exec_prefix prefix
  622. do
  623.   eval ac_val=$`echo $ac_var`
  624.   case $ac_val in
  625.     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
  626.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  627.    { (exit 1); exit 1; }; };;
  628.   esac
  629. done
  630.  
  631. # Be sure to have absolute paths.
  632. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  633.               localstatedir libdir includedir oldincludedir infodir mandir
  634. do
  635.   eval ac_val=$`echo $ac_var`
  636.   case $ac_val in
  637.     [\\/$]* | ?:[\\/]* ) ;;
  638.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  639.    { (exit 1); exit 1; }; };;
  640.   esac
  641. done
  642.  
  643. # There might be people who depend on the old broken behavior: `$host'
  644. # used to hold the argument of --host etc.
  645. # FIXME: To remove some day.
  646. build=$build_alias
  647. host=$host_alias
  648. target=$target_alias
  649.  
  650. # FIXME: To remove some day.
  651. if test "x$host_alias" != x; then
  652.   if test "x$build_alias" = x; then
  653.     cross_compiling=maybe
  654.     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  655.     If a cross compiler is detected then cross compile mode will be used." >&2
  656.   elif test "x$build_alias" != "x$host_alias"; then
  657.     cross_compiling=yes
  658.   fi
  659. fi
  660.  
  661. ac_tool_prefix=
  662. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  663.  
  664. test "$silent" = yes && exec 6>/dev/null
  665.  
  666.  
  667. # Find the source files, if location was not specified.
  668. if test -z "$srcdir"; then
  669.   ac_srcdir_defaulted=yes
  670.   # Try the directory containing this script, then its parent.
  671.   ac_confdir=`(dirname "$0") 2>/dev/null ||
  672. $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  673.          X"$0" : 'X\(//\)[^/]' \| \
  674.          X"$0" : 'X\(//\)$' \| \
  675.          X"$0" : 'X\(/\)' \| \
  676.          .     : '\(.\)' 2>/dev/null ||
  677. echo X"$0" |
  678.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  679.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  680.         /^X\(\/\/\)$/{ s//\1/; q; }
  681.         /^X\(\/\).*/{ s//\1/; q; }
  682.         s/.*/./; q'`
  683.   srcdir=$ac_confdir
  684.   if test ! -r $srcdir/$ac_unique_file; then
  685.     srcdir=..
  686.   fi
  687. else
  688.   ac_srcdir_defaulted=no
  689. fi
  690. if test ! -r $srcdir/$ac_unique_file; then
  691.   if test "$ac_srcdir_defaulted" = yes; then
  692.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  693.    { (exit 1); exit 1; }; }
  694.   else
  695.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  696.    { (exit 1); exit 1; }; }
  697.   fi
  698. fi
  699. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  700.   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
  701.    { (exit 1); exit 1; }; }
  702. srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
  703. ac_env_build_alias_set=${build_alias+set}
  704. ac_env_build_alias_value=$build_alias
  705. ac_cv_env_build_alias_set=${build_alias+set}
  706. ac_cv_env_build_alias_value=$build_alias
  707. ac_env_host_alias_set=${host_alias+set}
  708. ac_env_host_alias_value=$host_alias
  709. ac_cv_env_host_alias_set=${host_alias+set}
  710. ac_cv_env_host_alias_value=$host_alias
  711. ac_env_target_alias_set=${target_alias+set}
  712. ac_env_target_alias_value=$target_alias
  713. ac_cv_env_target_alias_set=${target_alias+set}
  714. ac_cv_env_target_alias_value=$target_alias
  715.  
  716. #
  717. # Report the --help message.
  718. #
  719. if test "$ac_init_help" = "long"; then
  720.   # Omit some internal or obsolete options to make the list less imposing.
  721.   # This message is too long to be a string in the A/UX 3.1 sh.
  722.   cat <<_ACEOF
  723. \`configure' configures this package to adapt to many kinds of systems.
  724.  
  725. Usage: $0 [OPTION]... [VAR=VALUE]...
  726.  
  727. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  728. VAR=VALUE.  See below for descriptions of some of the useful variables.
  729.  
  730. Defaults for the options are specified in brackets.
  731.  
  732. Configuration:
  733.   -h, --help              display this help and exit
  734.       --help=short        display options specific to this package
  735.       --help=recursive    display the short help of all the included packages
  736.   -V, --version           display version information and exit
  737.   -q, --quiet, --silent   do not print \`checking...' messages
  738.       --cache-file=FILE   cache test results in FILE [disabled]
  739.   -C, --config-cache      alias for \`--cache-file=config.cache'
  740.   -n, --no-create         do not create output files
  741.       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  742.  
  743. _ACEOF
  744.  
  745.   cat <<_ACEOF
  746. Installation directories:
  747.   --prefix=PREFIX         install architecture-independent files in PREFIX
  748.                           [$ac_default_prefix]
  749.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  750.                           [PREFIX]
  751.  
  752. By default, \`make install' will install all the files in
  753. \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  754. an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  755. for instance \`--prefix=\$HOME'.
  756.  
  757. For better control, use the options below.
  758.  
  759. Fine tuning of the installation directories:
  760.   --bindir=DIR           user executables [EPREFIX/bin]
  761.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  762.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  763.   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  764.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  765.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  766.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  767.   --libdir=DIR           object code libraries [EPREFIX/lib]
  768.   --includedir=DIR       C header files [PREFIX/include]
  769.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  770.   --infodir=DIR          info documentation [PREFIX/info]
  771.   --mandir=DIR           man documentation [PREFIX/man]
  772. _ACEOF
  773.  
  774.   cat <<\_ACEOF
  775.  
  776. Program names:
  777.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  778.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  779.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  780.  
  781. System types:
  782.   --build=BUILD     configure for building on BUILD [guessed]
  783.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  784.   --target=TARGET   configure for building compilers for TARGET [HOST]
  785. _ACEOF
  786. fi
  787.  
  788. if test -n "$ac_init_help"; then
  789.  
  790.   cat <<\_ACEOF
  791.  
  792. _ACEOF
  793. fi
  794.  
  795. if test "$ac_init_help" = "recursive"; then
  796.   # If there are subdirs, report their specific --help.
  797.   ac_popdir=`pwd`
  798.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  799.     test -d $ac_dir || continue
  800.     ac_builddir=.
  801.  
  802. if test "$ac_dir" != .; then
  803.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  804.   # A "../" for each directory in $ac_dir_suffix.
  805.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  806. else
  807.   ac_dir_suffix= ac_top_builddir=
  808. fi
  809.  
  810. case $srcdir in
  811.   .)  # No --srcdir option.  We are building in place.
  812.     ac_srcdir=.
  813.     if test -z "$ac_top_builddir"; then
  814.        ac_top_srcdir=.
  815.     else
  816.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  817.     fi ;;
  818.   [\\/]* | ?:[\\/]* )  # Absolute path.
  819.     ac_srcdir=$srcdir$ac_dir_suffix;
  820.     ac_top_srcdir=$srcdir ;;
  821.   *) # Relative path.
  822.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  823.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  824. esac
  825. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  826. # absolute.
  827. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  828. ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  829. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  830. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  831.  
  832.     cd $ac_dir
  833.     # Check for guested configure; otherwise get Cygnus style configure.
  834.     if test -f $ac_srcdir/configure.gnu; then
  835.       echo
  836.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  837.     elif test -f $ac_srcdir/configure; then
  838.       echo
  839.       $SHELL $ac_srcdir/configure  --help=recursive
  840.     elif test -f $ac_srcdir/configure.ac ||
  841.            test -f $ac_srcdir/configure.in; then
  842.       echo
  843.       $ac_configure --help
  844.     else
  845.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  846.     fi
  847.     cd $ac_popdir
  848.   done
  849. fi
  850.  
  851. test -n "$ac_init_help" && exit 0
  852. if $ac_init_version; then
  853.   cat <<\_ACEOF
  854.  
  855. Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
  856. Free Software Foundation, Inc.
  857. This configure script is free software; the Free Software Foundation
  858. gives unlimited permission to copy, distribute and modify it.
  859. _ACEOF
  860.   exit 0
  861. fi
  862. exec 5>config.log
  863. cat >&5 <<_ACEOF
  864. This file contains any messages produced by compilers while
  865. running configure, to aid debugging if configure makes a mistake.
  866.  
  867. It was created by $as_me, which was
  868. generated by GNU Autoconf 2.57.  Invocation command line was
  869.  
  870.   $ $0 $@
  871.  
  872. _ACEOF
  873. {
  874. cat <<_ASUNAME
  875. ## --------- ##
  876. ## Platform. ##
  877. ## --------- ##
  878.  
  879. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  880. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  881. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  882. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  883. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  884.  
  885. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  886. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  887.  
  888. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  889. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  890. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  891. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  892. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  893. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  894. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  895.  
  896. _ASUNAME
  897.  
  898. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  899. for as_dir in $PATH
  900. do
  901.   IFS=$as_save_IFS
  902.   test -z "$as_dir" && as_dir=.
  903.   echo "PATH: $as_dir"
  904. done
  905.  
  906. } >&5
  907.  
  908. cat >&5 <<_ACEOF
  909.  
  910.  
  911. ## ----------- ##
  912. ## Core tests. ##
  913. ## ----------- ##
  914.  
  915. _ACEOF
  916.  
  917.  
  918. # Keep a trace of the command line.
  919. # Strip out --no-create and --no-recursion so they do not pile up.
  920. # Strip out --silent because we don't want to record it for future runs.
  921. # Also quote any args containing shell meta-characters.
  922. # Make two passes to allow for proper duplicate-argument suppression.
  923. ac_configure_args=
  924. ac_configure_args0=
  925. ac_configure_args1=
  926. ac_sep=
  927. ac_must_keep_next=false
  928. for ac_pass in 1 2
  929. do
  930.   for ac_arg
  931.   do
  932.     case $ac_arg in
  933.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  934.     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  935.     | -silent | --silent | --silen | --sile | --sil)
  936.       continue ;;
  937.     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  938.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  939.     esac
  940.     case $ac_pass in
  941.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  942.     2)
  943.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  944.       if test $ac_must_keep_next = true; then
  945.         ac_must_keep_next=false # Got value, back to normal.
  946.       else
  947.         case $ac_arg in
  948.           *=* | --config-cache | -C | -disable-* | --disable-* \
  949.           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  950.           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  951.           | -with-* | --with-* | -without-* | --without-* | --x)
  952.             case "$ac_configure_args0 " in
  953.               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  954.             esac
  955.             ;;
  956.           -* ) ac_must_keep_next=true ;;
  957.         esac
  958.       fi
  959.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  960.       # Get rid of the leading space.
  961.       ac_sep=" "
  962.       ;;
  963.     esac
  964.   done
  965. done
  966. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  967. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  968.  
  969. # When interrupted or exit'd, cleanup temporary files, and complete
  970. # config.log.  We remove comments because anyway the quotes in there
  971. # would cause problems or look ugly.
  972. # WARNING: Be sure not to use single quotes in there, as some shells,
  973. # such as our DU 5.0 friend, will then `close' the trap.
  974. trap 'exit_status=$?
  975.   # Save into config.log some information that might help in debugging.
  976.   {
  977.     echo
  978.  
  979.     cat <<\_ASBOX
  980. ## ---------------- ##
  981. ## Cache variables. ##
  982. ## ---------------- ##
  983. _ASBOX
  984.     echo
  985.     # The following way of writing the cache mishandles newlines in values,
  986. {
  987.   (set) 2>&1 |
  988.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  989.     *ac_space=\ *)
  990.       sed -n \
  991.         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
  992.           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
  993.       ;;
  994.     *)
  995.       sed -n \
  996.         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  997.       ;;
  998.     esac;
  999. }
  1000.     echo
  1001.  
  1002.     cat <<\_ASBOX
  1003. ## ----------------- ##
  1004. ## Output variables. ##
  1005. ## ----------------- ##
  1006. _ASBOX
  1007.     echo
  1008.     for ac_var in $ac_subst_vars
  1009.     do
  1010.       eval ac_val=$`echo $ac_var`
  1011.       echo "$ac_var='"'"'$ac_val'"'"'"
  1012.     done | sort
  1013.     echo
  1014.  
  1015.     if test -n "$ac_subst_files"; then
  1016.       cat <<\_ASBOX
  1017. ## ------------- ##
  1018. ## Output files. ##
  1019. ## ------------- ##
  1020. _ASBOX
  1021.       echo
  1022.       for ac_var in $ac_subst_files
  1023.       do
  1024.     eval ac_val=$`echo $ac_var`
  1025.         echo "$ac_var='"'"'$ac_val'"'"'"
  1026.       done | sort
  1027.       echo
  1028.     fi
  1029.  
  1030.     if test -s confdefs.h; then
  1031.       cat <<\_ASBOX
  1032. ## ----------- ##
  1033. ## confdefs.h. ##
  1034. ## ----------- ##
  1035. _ASBOX
  1036.       echo
  1037.       sed "/^$/d" confdefs.h | sort
  1038.       echo
  1039.     fi
  1040.     test "$ac_signal" != 0 &&
  1041.       echo "$as_me: caught signal $ac_signal"
  1042.     echo "$as_me: exit $exit_status"
  1043.   } >&5
  1044.   rm -f core core.* *.core &&
  1045.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1046.     exit $exit_status
  1047.      ' 0
  1048. for ac_signal in 1 2 13 15; do
  1049.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1050. done
  1051. ac_signal=0
  1052.  
  1053. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1054. rm -rf conftest* confdefs.h
  1055. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1056. echo >confdefs.h
  1057.  
  1058. # Predefined preprocessor variables.
  1059.  
  1060. cat >>confdefs.h <<_ACEOF
  1061. #define PACKAGE_NAME "$PACKAGE_NAME"
  1062. _ACEOF
  1063.  
  1064.  
  1065. cat >>confdefs.h <<_ACEOF
  1066. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1067. _ACEOF
  1068.  
  1069.  
  1070. cat >>confdefs.h <<_ACEOF
  1071. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1072. _ACEOF
  1073.  
  1074.  
  1075. cat >>confdefs.h <<_ACEOF
  1076. #define PACKAGE_STRING "$PACKAGE_STRING"
  1077. _ACEOF
  1078.  
  1079.  
  1080. cat >>confdefs.h <<_ACEOF
  1081. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1082. _ACEOF
  1083.  
  1084.  
  1085. # Let the site file select an alternate cache file if it wants to.
  1086. # Prefer explicitly selected file to automatically selected ones.
  1087. if test -z "$CONFIG_SITE"; then
  1088.   if test "x$prefix" != xNONE; then
  1089.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1090.   else
  1091.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1092.   fi
  1093. fi
  1094. for ac_site_file in $CONFIG_SITE; do
  1095.   if test -r "$ac_site_file"; then
  1096.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1097. echo "$as_me: loading site script $ac_site_file" >&6;}
  1098.     sed 's/^/| /' "$ac_site_file" >&5
  1099.     . "$ac_site_file"
  1100.   fi
  1101. done
  1102.  
  1103. if test -r "$cache_file"; then
  1104.   # Some versions of bash will fail to source /dev/null (special
  1105.   # files actually), so we avoid doing that.
  1106.   if test -f "$cache_file"; then
  1107.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1108. echo "$as_me: loading cache $cache_file" >&6;}
  1109.     case $cache_file in
  1110.       [\\/]* | ?:[\\/]* ) . $cache_file;;
  1111.       *)                      . ./$cache_file;;
  1112.     esac
  1113.   fi
  1114. else
  1115.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1116. echo "$as_me: creating cache $cache_file" >&6;}
  1117.   >$cache_file
  1118. fi
  1119.  
  1120. # Check that the precious variables saved in the cache have kept the same
  1121. # value.
  1122. ac_cache_corrupted=false
  1123. for ac_var in `(set) 2>&1 |
  1124.                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
  1125.   eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1126.   eval ac_new_set=\$ac_env_${ac_var}_set
  1127.   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  1128.   eval ac_new_val="\$ac_env_${ac_var}_value"
  1129.   case $ac_old_set,$ac_new_set in
  1130.     set,)
  1131.       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1132. echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1133.       ac_cache_corrupted=: ;;
  1134.     ,set)
  1135.       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1136. echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1137.       ac_cache_corrupted=: ;;
  1138.     ,);;
  1139.     *)
  1140.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1141.         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1142. echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1143.         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1144. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1145.         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1146. echo "$as_me:   current value: $ac_new_val" >&2;}
  1147.         ac_cache_corrupted=:
  1148.       fi;;
  1149.   esac
  1150.   # Pass precious variables to config.status.
  1151.   if test "$ac_new_set" = set; then
  1152.     case $ac_new_val in
  1153.     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
  1154.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1155.     *) ac_arg=$ac_var=$ac_new_val ;;
  1156.     esac
  1157.     case " $ac_configure_args " in
  1158.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1159.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1160.     esac
  1161.   fi
  1162. done
  1163. if $ac_cache_corrupted; then
  1164.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1165. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1166.   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1167. echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1168.    { (exit 1); exit 1; }; }
  1169. fi
  1170.  
  1171. ac_ext=c
  1172. ac_cpp='$CPP $CPPFLAGS'
  1173. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1174. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1175. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196. ac_aux_dir=
  1197. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1198.   if test -f $ac_dir/install-sh; then
  1199.     ac_aux_dir=$ac_dir
  1200.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1201.     break
  1202.   elif test -f $ac_dir/install.sh; then
  1203.     ac_aux_dir=$ac_dir
  1204.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1205.     break
  1206.   elif test -f $ac_dir/shtool; then
  1207.     ac_aux_dir=$ac_dir
  1208.     ac_install_sh="$ac_aux_dir/shtool install -c"
  1209.     break
  1210.   fi
  1211. done
  1212. if test -z "$ac_aux_dir"; then
  1213.   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1214. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1215.    { (exit 1); exit 1; }; }
  1216. fi
  1217. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1218. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1219. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1220.  
  1221. # Make sure we can run config.sub.
  1222. $ac_config_sub sun4 >/dev/null 2>&1 ||
  1223.   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  1224. echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  1225.    { (exit 1); exit 1; }; }
  1226.  
  1227. echo "$as_me:$LINENO: checking build system type" >&5
  1228. echo $ECHO_N "checking build system type... $ECHO_C" >&6
  1229. if test "${ac_cv_build+set}" = set; then
  1230.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1231. else
  1232.   ac_cv_build_alias=$build_alias
  1233. test -z "$ac_cv_build_alias" &&
  1234.   ac_cv_build_alias=`$ac_config_guess`
  1235. test -z "$ac_cv_build_alias" &&
  1236.   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1237. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1238.    { (exit 1); exit 1; }; }
  1239. ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  1240.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  1241. echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  1242.    { (exit 1); exit 1; }; }
  1243.  
  1244. fi
  1245. echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1246. echo "${ECHO_T}$ac_cv_build" >&6
  1247. build=$ac_cv_build
  1248. build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1249. build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1250. build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1251.  
  1252.  
  1253. echo "$as_me:$LINENO: checking host system type" >&5
  1254. echo $ECHO_N "checking host system type... $ECHO_C" >&6
  1255. if test "${ac_cv_host+set}" = set; then
  1256.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1257. else
  1258.   ac_cv_host_alias=$host_alias
  1259. test -z "$ac_cv_host_alias" &&
  1260.   ac_cv_host_alias=$ac_cv_build_alias
  1261. ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  1262.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  1263. echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  1264.    { (exit 1); exit 1; }; }
  1265.  
  1266. fi
  1267. echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1268. echo "${ECHO_T}$ac_cv_host" >&6
  1269. host=$ac_cv_host
  1270. host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1271. host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1272. host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1273.  
  1274.  
  1275. echo "$as_me:$LINENO: checking target system type" >&5
  1276. echo $ECHO_N "checking target system type... $ECHO_C" >&6
  1277. if test "${ac_cv_target+set}" = set; then
  1278.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1279. else
  1280.   ac_cv_target_alias=$target_alias
  1281. test "x$ac_cv_target_alias" = "x" &&
  1282.   ac_cv_target_alias=$ac_cv_host_alias
  1283. ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
  1284.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
  1285. echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
  1286.    { (exit 1); exit 1; }; }
  1287.  
  1288. fi
  1289. echo "$as_me:$LINENO: result: $ac_cv_target" >&5
  1290. echo "${ECHO_T}$ac_cv_target" >&6
  1291. target=$ac_cv_target
  1292. target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  1293. target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  1294. target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  1295.  
  1296.  
  1297. # The aliases save the names the user supplied, while $host etc.
  1298. # will get canonicalized.
  1299. test -n "$target_alias" &&
  1300.   test "$program_prefix$program_suffix$program_transform_name" = \
  1301.     NONENONEs,x,x, &&
  1302.   program_prefix=${target_alias}-
  1303.  
  1304. MOVIX_MAJOR_VERSION=0
  1305. MOVIX_MINOR_VERSION=9
  1306. MOVIX_MICRO_VERSION=0pre1
  1307. MOVIX_VERSION=$MOVIX_MAJOR_VERSION.$MOVIX_MINOR_VERSION.$MOVIX_MICRO_VERSION
  1308. #MOVIX_VERSION_INFO=`expr $MOVIX_MAJOR_VERSION + $MOVIX_MINOR_VERSION`:$MOVIX_MICRO_VERSION:$MOVIX_MINOR_VERSION
  1309. #MOVIX_VERSION_NUMBER=`expr $MOVIX_MAJOR_VERSION \* 10000 + $MOVIX_MINOR_VERSION \* 100 + $MOVIX_MICRO_VERSION`
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318. # Extract the first word of ""perl"", so it can be a program name with args.
  1319. set dummy "perl"; ac_word=$2
  1320. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1321. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1322. if test "${ac_cv_path_PERL+set}" = set; then
  1323.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1324. else
  1325.   case $PERL in
  1326.   [\\/]* | ?:[\\/]*)
  1327.   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
  1328.   ;;
  1329.   *)
  1330.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1331. for as_dir in $PATH
  1332. do
  1333.   IFS=$as_save_IFS
  1334.   test -z "$as_dir" && as_dir=.
  1335.   for ac_exec_ext in '' $ac_executable_extensions; do
  1336.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1337.     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
  1338.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1339.     break 2
  1340.   fi
  1341. done
  1342. done
  1343.  
  1344.   ;;
  1345. esac
  1346. fi
  1347. PERL=$ac_cv_path_PERL
  1348.  
  1349. if test -n "$PERL"; then
  1350.   echo "$as_me:$LINENO: result: $PERL" >&5
  1351. echo "${ECHO_T}$PERL" >&6
  1352. else
  1353.   echo "$as_me:$LINENO: result: no" >&5
  1354. echo "${ECHO_T}no" >&6
  1355. fi
  1356.  
  1357.  
  1358. VERSION=${MOVIX_VERSION}
  1359.  
  1360. am__api_version="1.7"
  1361. # Find a good install program.  We prefer a C program (faster),
  1362. # so one script is as good as another.  But avoid the broken or
  1363. # incompatible versions:
  1364. # SysV /etc/install, /usr/sbin/install
  1365. # SunOS /usr/etc/install
  1366. # IRIX /sbin/install
  1367. # AIX /bin/install
  1368. # AmigaOS /C/install, which installs bootblocks on floppy discs
  1369. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1370. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1371. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1372. # ./install, which can be erroneously created by make from ./install.sh.
  1373. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1374. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1375. if test -z "$INSTALL"; then
  1376. if test "${ac_cv_path_install+set}" = set; then
  1377.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1378. else
  1379.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1380. for as_dir in $PATH
  1381. do
  1382.   IFS=$as_save_IFS
  1383.   test -z "$as_dir" && as_dir=.
  1384.   # Account for people who put trailing slashes in PATH elements.
  1385. case $as_dir/ in
  1386.   ./ | .// | /cC/* | \
  1387.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1388.   /usr/ucb/* ) ;;
  1389.   *)
  1390.     # OSF1 and SCO ODT 3.0 have their own names for install.
  1391.     # Don't use installbsd from OSF since it installs stuff as root
  1392.     # by default.
  1393.     for ac_prog in ginstall scoinst install; do
  1394.       for ac_exec_ext in '' $ac_executable_extensions; do
  1395.         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1396.           if test $ac_prog = install &&
  1397.             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1398.             # AIX install.  It has an incompatible calling convention.
  1399.             :
  1400.           elif test $ac_prog = install &&
  1401.             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1402.             # program-specific install script used by HP pwplus--don't use.
  1403.             :
  1404.           else
  1405.             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1406.             break 3
  1407.           fi
  1408.         fi
  1409.       done
  1410.     done
  1411.     ;;
  1412. esac
  1413. done
  1414.  
  1415.  
  1416. fi
  1417.   if test "${ac_cv_path_install+set}" = set; then
  1418.     INSTALL=$ac_cv_path_install
  1419.   else
  1420.     # As a last resort, use the slow shell script.  We don't cache a
  1421.     # path for INSTALL within a source directory, because that will
  1422.     # break other packages using the cache if that directory is
  1423.     # removed, or if the path is relative.
  1424.     INSTALL=$ac_install_sh
  1425.   fi
  1426. fi
  1427. echo "$as_me:$LINENO: result: $INSTALL" >&5
  1428. echo "${ECHO_T}$INSTALL" >&6
  1429.  
  1430. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1431. # It thinks the first close brace ends the variable substitution.
  1432. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1433.  
  1434. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1435.  
  1436. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1437.  
  1438. echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1439. echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  1440. # Just in case
  1441. sleep 1
  1442. echo timestamp > conftest.file
  1443. # Do `set' in a subshell so we don't clobber the current shell's
  1444. # arguments.  Must try -L first in case configure is actually a
  1445. # symlink; some systems play weird games with the mod time of symlinks
  1446. # (eg FreeBSD returns the mod time of the symlink's containing
  1447. # directory).
  1448. if (
  1449.    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  1450.    if test "$*" = "X"; then
  1451.       # -L didn't work.
  1452.       set X `ls -t $srcdir/configure conftest.file`
  1453.    fi
  1454.    rm -f conftest.file
  1455.    if test "$*" != "X $srcdir/configure conftest.file" \
  1456.       && test "$*" != "X conftest.file $srcdir/configure"; then
  1457.  
  1458.       # If neither matched, then we have a broken ls.  This can happen
  1459.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  1460.       # broken ls alias from the environment.  This has actually
  1461.       # happened.  Such a system could not be considered "sane".
  1462.       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  1463. alias in your environment" >&5
  1464. echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  1465. alias in your environment" >&2;}
  1466.    { (exit 1); exit 1; }; }
  1467.    fi
  1468.  
  1469.    test "$2" = conftest.file
  1470.    )
  1471. then
  1472.    # Ok.
  1473.    :
  1474. else
  1475.    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1476. Check your system clock" >&5
  1477. echo "$as_me: error: newly created file is older than distributed files!
  1478. Check your system clock" >&2;}
  1479.    { (exit 1); exit 1; }; }
  1480. fi
  1481. echo "$as_me:$LINENO: result: yes" >&5
  1482. echo "${ECHO_T}yes" >&6
  1483. test "$program_prefix" != NONE &&
  1484.   program_transform_name="s,^,$program_prefix,;$program_transform_name"
  1485. # Use a double $ so make ignores it.
  1486. test "$program_suffix" != NONE &&
  1487.   program_transform_name="s,\$,$program_suffix,;$program_transform_name"
  1488. # Double any \ or $.  echo might interpret backslashes.
  1489. # By default was `s,x,x', remove it if useless.
  1490. cat <<\_ACEOF >conftest.sed
  1491. s/[\\$]/&&/g;s/;s,x,x,$//
  1492. _ACEOF
  1493. program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1494. rm conftest.sed
  1495.  
  1496.  
  1497. # expand $ac_aux_dir to an absolute path
  1498. am_aux_dir=`cd $ac_aux_dir && pwd`
  1499.  
  1500. test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  1501. # Use eval to expand $SHELL
  1502. if eval "$MISSING --run true"; then
  1503.   am_missing_run="$MISSING --run "
  1504. else
  1505.   am_missing_run=
  1506.   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
  1507. echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  1508. fi
  1509.  
  1510. for ac_prog in gawk mawk nawk awk
  1511. do
  1512.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1513. set dummy $ac_prog; ac_word=$2
  1514. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1515. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1516. if test "${ac_cv_prog_AWK+set}" = set; then
  1517.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1518. else
  1519.   if test -n "$AWK"; then
  1520.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1521. else
  1522. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1523. for as_dir in $PATH
  1524. do
  1525.   IFS=$as_save_IFS
  1526.   test -z "$as_dir" && as_dir=.
  1527.   for ac_exec_ext in '' $ac_executable_extensions; do
  1528.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1529.     ac_cv_prog_AWK="$ac_prog"
  1530.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1531.     break 2
  1532.   fi
  1533. done
  1534. done
  1535.  
  1536. fi
  1537. fi
  1538. AWK=$ac_cv_prog_AWK
  1539. if test -n "$AWK"; then
  1540.   echo "$as_me:$LINENO: result: $AWK" >&5
  1541. echo "${ECHO_T}$AWK" >&6
  1542. else
  1543.   echo "$as_me:$LINENO: result: no" >&5
  1544. echo "${ECHO_T}no" >&6
  1545. fi
  1546.  
  1547.   test -n "$AWK" && break
  1548. done
  1549.  
  1550. echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  1551. echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
  1552. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
  1553. if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  1554.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1555. else
  1556.   cat >conftest.make <<\_ACEOF
  1557. all:
  1558.     @echo 'ac_maketemp="$(MAKE)"'
  1559. _ACEOF
  1560. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1561. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  1562. if test -n "$ac_maketemp"; then
  1563.   eval ac_cv_prog_make_${ac_make}_set=yes
  1564. else
  1565.   eval ac_cv_prog_make_${ac_make}_set=no
  1566. fi
  1567. rm -f conftest.make
  1568. fi
  1569. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  1570.   echo "$as_me:$LINENO: result: yes" >&5
  1571. echo "${ECHO_T}yes" >&6
  1572.   SET_MAKE=
  1573. else
  1574.   echo "$as_me:$LINENO: result: no" >&5
  1575. echo "${ECHO_T}no" >&6
  1576.   SET_MAKE="MAKE=${MAKE-make}"
  1577. fi
  1578.  
  1579. rm -rf .tst 2>/dev/null
  1580. mkdir .tst 2>/dev/null
  1581. if test -d .tst; then
  1582.   am__leading_dot=.
  1583. else
  1584.   am__leading_dot=_
  1585. fi
  1586. rmdir .tst 2>/dev/null
  1587.  
  1588.  # test to see if srcdir already configured
  1589. if test "`cd $srcdir && pwd`" != "`pwd`" &&
  1590.    test -f $srcdir/config.status; then
  1591.   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  1592. echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  1593.    { (exit 1); exit 1; }; }
  1594. fi
  1595.  
  1596. # test whether we have cygpath
  1597. if test -z "$CYGPATH_W"; then
  1598.   if (cygpath --version) >/dev/null 2>/dev/null; then
  1599.     CYGPATH_W='cygpath -w'
  1600.   else
  1601.     CYGPATH_W=echo
  1602.   fi
  1603. fi
  1604.  
  1605.  
  1606. # Define the identity of the package.
  1607.  PACKAGE=emovix
  1608.  VERSION=$VERSION
  1609.  
  1610.  
  1611. cat >>confdefs.h <<_ACEOF
  1612. #define PACKAGE "$PACKAGE"
  1613. _ACEOF
  1614.  
  1615.  
  1616. cat >>confdefs.h <<_ACEOF
  1617. #define VERSION "$VERSION"
  1618. _ACEOF
  1619.  
  1620. # Some tools Automake needs.
  1621.  
  1622. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  1623.  
  1624.  
  1625. AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  1626.  
  1627.  
  1628. AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  1629.  
  1630.  
  1631. AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  1632.  
  1633.  
  1634. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  1635.  
  1636.  
  1637. AMTAR=${AMTAR-"${am_missing_run}tar"}
  1638.  
  1639. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  1640.  
  1641. # Installed binaries are usually stripped using `strip' when the user
  1642. # run `make install-strip'.  However `strip' might not be the right
  1643. # tool to use in cross-compilation environments, therefore Automake
  1644. # will honor the `STRIP' environment variable to overrule this program.
  1645. if test "$cross_compiling" != no; then
  1646.   if test -n "$ac_tool_prefix"; then
  1647.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1648. set dummy ${ac_tool_prefix}strip; ac_word=$2
  1649. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1650. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1651. if test "${ac_cv_prog_STRIP+set}" = set; then
  1652.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1653. else
  1654.   if test -n "$STRIP"; then
  1655.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1656. else
  1657. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1658. for as_dir in $PATH
  1659. do
  1660.   IFS=$as_save_IFS
  1661.   test -z "$as_dir" && as_dir=.
  1662.   for ac_exec_ext in '' $ac_executable_extensions; do
  1663.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1664.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1665.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1666.     break 2
  1667.   fi
  1668. done
  1669. done
  1670.  
  1671. fi
  1672. fi
  1673. STRIP=$ac_cv_prog_STRIP
  1674. if test -n "$STRIP"; then
  1675.   echo "$as_me:$LINENO: result: $STRIP" >&5
  1676. echo "${ECHO_T}$STRIP" >&6
  1677. else
  1678.   echo "$as_me:$LINENO: result: no" >&5
  1679. echo "${ECHO_T}no" >&6
  1680. fi
  1681.  
  1682. fi
  1683. if test -z "$ac_cv_prog_STRIP"; then
  1684.   ac_ct_STRIP=$STRIP
  1685.   # Extract the first word of "strip", so it can be a program name with args.
  1686. set dummy strip; ac_word=$2
  1687. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1688. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1689. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1690.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1691. else
  1692.   if test -n "$ac_ct_STRIP"; then
  1693.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1694. else
  1695. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1696. for as_dir in $PATH
  1697. do
  1698.   IFS=$as_save_IFS
  1699.   test -z "$as_dir" && as_dir=.
  1700.   for ac_exec_ext in '' $ac_executable_extensions; do
  1701.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1702.     ac_cv_prog_ac_ct_STRIP="strip"
  1703.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1704.     break 2
  1705.   fi
  1706. done
  1707. done
  1708.  
  1709.   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  1710. fi
  1711. fi
  1712. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1713. if test -n "$ac_ct_STRIP"; then
  1714.   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1715. echo "${ECHO_T}$ac_ct_STRIP" >&6
  1716. else
  1717.   echo "$as_me:$LINENO: result: no" >&5
  1718. echo "${ECHO_T}no" >&6
  1719. fi
  1720.  
  1721.   STRIP=$ac_ct_STRIP
  1722. else
  1723.   STRIP="$ac_cv_prog_STRIP"
  1724. fi
  1725.  
  1726. fi
  1727. INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
  1728.  
  1729. # We need awk for the "check" target.  The system "awk" is bad on
  1730. # some platforms.
  1731.  
  1732.  
  1733.  
  1734. #AM_CONFIG_HEADER(config.h)
  1735.  
  1736. if test x"$PERL" = x
  1737. then
  1738.   { { echo "$as_me:$LINENO: error: You need perl to be installed on your system in order to run this program." >&5
  1739. echo "$as_me: error: You need perl to be installed on your system in order to run this program." >&2;}
  1740.    { (exit 1); exit 1; }; }
  1741. else
  1742.   echo "$as_me:$LINENO: checking if perl version >= 5.0" >&5
  1743. echo $ECHO_N "checking if perl version >= 5.0... $ECHO_C" >&6
  1744.   $PERL -e 'exit ($^V gt v5.0)' 2> /dev/null 1> /dev/null
  1745.   if test $?
  1746.   then
  1747.     echo "$as_me:$LINENO: result: Yes, good!" >&5
  1748. echo "${ECHO_T}Yes, good!" >&6
  1749.   else
  1750.     echo "$as_me:$LINENO: result: Nope" >&5
  1751. echo "${ECHO_T}Nope" >&6
  1752.     { { echo "$as_me:$LINENO: error: Please upgrade your perl installation to at least perl v5.0" >&5
  1753. echo "$as_me: error: Please upgrade your perl installation to at least perl v5.0" >&2;}
  1754.    { (exit 1); exit 1; }; }
  1755.   fi
  1756. fi
  1757.  
  1758. # Extract the first word of ""mkisofs"", so it can be a program name with args.
  1759. set dummy "mkisofs"; ac_word=$2
  1760. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1761. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1762. if test "${ac_cv_prog_have_mkisofs+set}" = set; then
  1763.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1764. else
  1765.   if test -n "$have_mkisofs"; then
  1766.   ac_cv_prog_have_mkisofs="$have_mkisofs" # Let the user override the test.
  1767. else
  1768. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1769. for as_dir in $PATH
  1770. do
  1771.   IFS=$as_save_IFS
  1772.   test -z "$as_dir" && as_dir=.
  1773.   for ac_exec_ext in '' $ac_executable_extensions; do
  1774.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1775.     ac_cv_prog_have_mkisofs=""true""
  1776.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1777.     break 2
  1778.   fi
  1779. done
  1780. done
  1781.  
  1782.   test -z "$ac_cv_prog_have_mkisofs" && ac_cv_prog_have_mkisofs=""false" "
  1783. fi
  1784. fi
  1785. have_mkisofs=$ac_cv_prog_have_mkisofs
  1786. if test -n "$have_mkisofs"; then
  1787.   echo "$as_me:$LINENO: result: $have_mkisofs" >&5
  1788. echo "${ECHO_T}$have_mkisofs" >&6
  1789. else
  1790.   echo "$as_me:$LINENO: result: no" >&5
  1791. echo "${ECHO_T}no" >&6
  1792. fi
  1793.  
  1794.  
  1795.  
  1796. if test x$have_mkisofs = xtrue; then
  1797.   USE_MKISOFS_TRUE=
  1798.   USE_MKISOFS_FALSE='#'
  1799. else
  1800.   USE_MKISOFS_TRUE='#'
  1801.   USE_MKISOFS_FALSE=
  1802. fi
  1803.  
  1804.  
  1805. # Extract the first word of ""cdrecord"", so it can be a program name with args.
  1806. set dummy "cdrecord"; ac_word=$2
  1807. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1808. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1809. if test "${ac_cv_prog_have_cdrecord+set}" = set; then
  1810.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1811. else
  1812.   if test -n "$have_cdrecord"; then
  1813.   ac_cv_prog_have_cdrecord="$have_cdrecord" # Let the user override the test.
  1814. else
  1815. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1816. for as_dir in $PATH
  1817. do
  1818.   IFS=$as_save_IFS
  1819.   test -z "$as_dir" && as_dir=.
  1820.   for ac_exec_ext in '' $ac_executable_extensions; do
  1821.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1822.     ac_cv_prog_have_cdrecord=""true""
  1823.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1824.     break 2
  1825.   fi
  1826. done
  1827. done
  1828.  
  1829.   test -z "$ac_cv_prog_have_cdrecord" && ac_cv_prog_have_cdrecord=""false" "
  1830. fi
  1831. fi
  1832. have_cdrecord=$ac_cv_prog_have_cdrecord
  1833. if test -n "$have_cdrecord"; then
  1834.   echo "$as_me:$LINENO: result: $have_cdrecord" >&5
  1835. echo "${ECHO_T}$have_cdrecord" >&6
  1836. else
  1837.   echo "$as_me:$LINENO: result: no" >&5
  1838. echo "${ECHO_T}no" >&6
  1839. fi
  1840.  
  1841.  
  1842.  
  1843. if test x$have_cdrecord = xtrue; then
  1844.   USE_CDRECORD_TRUE=
  1845.   USE_CDRECORD_FALSE='#'
  1846. else
  1847.   USE_CDRECORD_TRUE='#'
  1848.   USE_CDRECORD_FALSE=
  1849. fi
  1850.  
  1851.  
  1852.                                                             ac_config_files="$ac_config_files Makefile src/Makefile src/movix/Makefile src/isolinux/Makefile src/isolinux/kernel/Makefile scripts/Makefile"
  1853. cat >confcache <<\_ACEOF
  1854. # This file is a shell script that caches the results of configure
  1855. # tests run on this system so they can be shared between configure
  1856. # scripts and configure runs, see configure's option --config-cache.
  1857. # It is not useful on other systems.  If it contains results you don't
  1858. # want to keep, you may remove or edit it.
  1859. #
  1860. # config.status only pays attention to the cache file if you give it
  1861. # the --recheck option to rerun configure.
  1862. #
  1863. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  1864. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  1865. # following values.
  1866.  
  1867. _ACEOF
  1868.  
  1869. # The following way of writing the cache mishandles newlines in values,
  1870. # but we know of no workaround that is simple, portable, and efficient.
  1871. # So, don't put newlines in cache variables' values.
  1872. # Ultrix sh set writes to stderr and can't be redirected directly,
  1873. # and sets the high bit in the cache file unless we assign to the vars.
  1874. {
  1875.   (set) 2>&1 |
  1876.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1877.     *ac_space=\ *)
  1878.       # `set' does not quote correctly, so add quotes (double-quote
  1879.       # substitution turns \\\\ into \\, and sed turns \\ into \).
  1880.       sed -n \
  1881.         "s/'/'\\\\''/g;
  1882.           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  1883.       ;;
  1884.     *)
  1885.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  1886.       sed -n \
  1887.         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
  1888.       ;;
  1889.     esac;
  1890. } |
  1891.   sed '
  1892.      t clear
  1893.      : clear
  1894.      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  1895.      t end
  1896.      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  1897.      : end' >>confcache
  1898. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  1899.   if test -w $cache_file; then
  1900.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  1901.     cat confcache >$cache_file
  1902.   else
  1903.     echo "not updating unwritable cache $cache_file"
  1904.   fi
  1905. fi
  1906. rm -f confcache
  1907.  
  1908. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1909. # Let make expand exec_prefix.
  1910. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1911.  
  1912. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  1913. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1914. # trailing colons and then remove the whole line if VPATH becomes empty
  1915. # (actually we leave an empty line to preserve line numbers).
  1916. if test "x$srcdir" = x.; then
  1917.   ac_vpsub='/^[     ]*VPATH[     ]*=/{
  1918. s/:*\$(srcdir):*/:/;
  1919. s/:*\${srcdir}:*/:/;
  1920. s/:*@srcdir@:*/:/;
  1921. s/^\([^=]*=[     ]*\):*/\1/;
  1922. s/:*$//;
  1923. s/^[^=]*=[     ]*$//;
  1924. }'
  1925. fi
  1926.  
  1927. # Transform confdefs.h into DEFS.
  1928. # Protect against shell expansion while executing Makefile rules.
  1929. # Protect against Makefile macro expansion.
  1930. #
  1931. # If the first sed substitution is executed (which looks for macros that
  1932. # take arguments), then we branch to the quote section.  Otherwise,
  1933. # look for a macro that doesn't take arguments.
  1934. cat >confdef2opt.sed <<\_ACEOF
  1935. t clear
  1936. : clear
  1937. s,^[     ]*#[     ]*define[     ][     ]*\([^     (][^     (]*([^)]*)\)[     ]*\(.*\),-D\1=\2,g
  1938. t quote
  1939. s,^[     ]*#[     ]*define[     ][     ]*\([^     ][^     ]*\)[     ]*\(.*\),-D\1=\2,g
  1940. t quote
  1941. d
  1942. : quote
  1943. s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
  1944. s,\[,\\&,g
  1945. s,\],\\&,g
  1946. s,\$,$$,g
  1947. p
  1948. _ACEOF
  1949. # We use echo to avoid assuming a particular line-breaking character.
  1950. # The extra dot is to prevent the shell from consuming trailing
  1951. # line-breaks from the sub-command output.  A line-break within
  1952. # single-quotes doesn't work because, if this script is created in a
  1953. # platform that uses two characters for line-breaks (e.g., DOS), tr
  1954. # would break.
  1955. ac_LF_and_DOT=`echo; echo .`
  1956. DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
  1957. rm -f confdef2opt.sed
  1958.  
  1959.  
  1960. ac_libobjs=
  1961. ac_ltlibobjs=
  1962. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1963.   # 1. Remove the extension, and $U if already installed.
  1964.   ac_i=`echo "$ac_i" |
  1965.          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
  1966.   # 2. Add them.
  1967.   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
  1968.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  1969. done
  1970. LIBOBJS=$ac_libobjs
  1971.  
  1972. LTLIBOBJS=$ac_ltlibobjs
  1973.  
  1974.  
  1975. if test -z "${USE_MKISOFS_TRUE}" && test -z "${USE_MKISOFS_FALSE}"; then
  1976.   { { echo "$as_me:$LINENO: error: conditional \"USE_MKISOFS\" was never defined.
  1977. Usually this means the macro was only invoked conditionally." >&5
  1978. echo "$as_me: error: conditional \"USE_MKISOFS\" was never defined.
  1979. Usually this means the macro was only invoked conditionally." >&2;}
  1980.    { (exit 1); exit 1; }; }
  1981. fi
  1982. if test -z "${USE_CDRECORD_TRUE}" && test -z "${USE_CDRECORD_FALSE}"; then
  1983.   { { echo "$as_me:$LINENO: error: conditional \"USE_CDRECORD\" was never defined.
  1984. Usually this means the macro was only invoked conditionally." >&5
  1985. echo "$as_me: error: conditional \"USE_CDRECORD\" was never defined.
  1986. Usually this means the macro was only invoked conditionally." >&2;}
  1987.    { (exit 1); exit 1; }; }
  1988. fi
  1989.  
  1990. : ${CONFIG_STATUS=./config.status}
  1991. ac_clean_files_save=$ac_clean_files
  1992. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1993. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  1994. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1995. cat >$CONFIG_STATUS <<_ACEOF
  1996. #! $SHELL
  1997. # Generated by $as_me.
  1998. # Run this file to recreate the current configuration.
  1999. # Compiler output produced by configure, useful for debugging
  2000. # configure, is in config.log if it exists.
  2001.  
  2002. debug=false
  2003. ac_cs_recheck=false
  2004. ac_cs_silent=false
  2005. SHELL=\${CONFIG_SHELL-$SHELL}
  2006. _ACEOF
  2007.  
  2008. cat >>$CONFIG_STATUS <<\_ACEOF
  2009. ## --------------------- ##
  2010. ## M4sh Initialization.  ##
  2011. ## --------------------- ##
  2012.  
  2013. # Be Bourne compatible
  2014. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2015.   emulate sh
  2016.   NULLCMD=:
  2017.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2018.   # is contrary to our usage.  Disable this feature.
  2019.   alias -g '${1+"$@"}'='"$@"'
  2020. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2021.   set -o posix
  2022. fi
  2023.  
  2024. # Support unset when possible.
  2025. if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
  2026.   as_unset=unset
  2027. else
  2028.   as_unset=false
  2029. fi
  2030.  
  2031.  
  2032. # Work around bugs in pre-3.0 UWIN ksh.
  2033. $as_unset ENV MAIL MAILPATH
  2034. PS1='$ '
  2035. PS2='> '
  2036. PS4='+ '
  2037.  
  2038. # NLS nuisances.
  2039. for as_var in \
  2040.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  2041.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  2042.   LC_TELEPHONE LC_TIME
  2043. do
  2044.   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2045.     eval $as_var=C; export $as_var
  2046.   else
  2047.     $as_unset $as_var
  2048.   fi
  2049. done
  2050.  
  2051. # Required to use basename.
  2052. if expr a : '\(a\)' >/dev/null 2>&1; then
  2053.   as_expr=expr
  2054. else
  2055.   as_expr=false
  2056. fi
  2057.  
  2058. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2059.   as_basename=basename
  2060. else
  2061.   as_basename=false
  2062. fi
  2063.  
  2064.  
  2065. # Name of the executable.
  2066. as_me=`$as_basename "$0" ||
  2067. $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  2068.      X"$0" : 'X\(//\)$' \| \
  2069.      X"$0" : 'X\(/\)$' \| \
  2070.      .     : '\(.\)' 2>/dev/null ||
  2071. echo X/"$0" |
  2072.     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
  2073.         /^X\/\(\/\/\)$/{ s//\1/; q; }
  2074.         /^X\/\(\/\).*/{ s//\1/; q; }
  2075.         s/.*/./; q'`
  2076.  
  2077.  
  2078. # PATH needs CR, and LINENO needs CR and PATH.
  2079. # Avoid depending upon Character Ranges.
  2080. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2081. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2082. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2083. as_cr_digits='0123456789'
  2084. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2085.  
  2086. # The user is always right.
  2087. if test "${PATH_SEPARATOR+set}" != set; then
  2088.   echo "#! /bin/sh" >conf$$.sh
  2089.   echo  "exit 0"   >>conf$$.sh
  2090.   chmod +x conf$$.sh
  2091.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2092.     PATH_SEPARATOR=';'
  2093.   else
  2094.     PATH_SEPARATOR=:
  2095.   fi
  2096.   rm -f conf$$.sh
  2097. fi
  2098.  
  2099.  
  2100.   as_lineno_1=$LINENO
  2101.   as_lineno_2=$LINENO
  2102.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2103.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2104.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2105.   # Find who we are.  Look in the path if we contain no path at all
  2106.   # relative or not.
  2107.   case $0 in
  2108.     *[\\/]* ) as_myself=$0 ;;
  2109.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2110. for as_dir in $PATH
  2111. do
  2112.   IFS=$as_save_IFS
  2113.   test -z "$as_dir" && as_dir=.
  2114.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2115. done
  2116.  
  2117.        ;;
  2118.   esac
  2119.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2120.   # in which case we are not to be found in the path.
  2121.   if test "x$as_myself" = x; then
  2122.     as_myself=$0
  2123.   fi
  2124.   if test ! -f "$as_myself"; then
  2125.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2126. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2127.    { (exit 1); exit 1; }; }
  2128.   fi
  2129.   case $CONFIG_SHELL in
  2130.   '')
  2131.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2132. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2133. do
  2134.   IFS=$as_save_IFS
  2135.   test -z "$as_dir" && as_dir=.
  2136.   for as_base in sh bash ksh sh5; do
  2137.      case $as_dir in
  2138.      /*)
  2139.        if ("$as_dir/$as_base" -c '
  2140.   as_lineno_1=$LINENO
  2141.   as_lineno_2=$LINENO
  2142.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2143.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2144.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2145.          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2146.          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2147.          CONFIG_SHELL=$as_dir/$as_base
  2148.          export CONFIG_SHELL
  2149.          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2150.        fi;;
  2151.      esac
  2152.        done
  2153. done
  2154. ;;
  2155.   esac
  2156.  
  2157.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2158.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2159.   # line-number line before each line; the second 'sed' does the real
  2160.   # work.  The second script uses 'N' to pair each line-number line
  2161.   # with the numbered line, and appends trailing '-' during
  2162.   # substitution so that $LINENO is not a special case at line end.
  2163.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2164.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2165.   sed '=' <$as_myself |
  2166.     sed '
  2167.       N
  2168.       s,$,-,
  2169.       : loop
  2170.       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
  2171.       t loop
  2172.       s,-$,,
  2173.       s,^['$as_cr_digits']*\n,,
  2174.     ' >$as_me.lineno &&
  2175.   chmod +x $as_me.lineno ||
  2176.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2177. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2178.    { (exit 1); exit 1; }; }
  2179.  
  2180.   # Don't try to exec as it changes $[0], causing all sort of problems
  2181.   # (the dirname of $[0] is not the place where we might find the
  2182.   # original and so on.  Autoconf is especially sensible to this).
  2183.   . ./$as_me.lineno
  2184.   # Exit status is that of the last command.
  2185.   exit
  2186. }
  2187.  
  2188.  
  2189. case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2190.   *c*,-n*) ECHO_N= ECHO_C='
  2191. ' ECHO_T='    ' ;;
  2192.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2193.   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
  2194. esac
  2195.  
  2196. if expr a : '\(a\)' >/dev/null 2>&1; then
  2197.   as_expr=expr
  2198. else
  2199.   as_expr=false
  2200. fi
  2201.  
  2202. rm -f conf$$ conf$$.exe conf$$.file
  2203. echo >conf$$.file
  2204. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2205.   # We could just check for DJGPP; but this test a) works b) is more generic
  2206.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2207.   if test -f conf$$.exe; then
  2208.     # Don't use ln at all; we don't have any links
  2209.     as_ln_s='cp -p'
  2210.   else
  2211.     as_ln_s='ln -s'
  2212.   fi
  2213. elif ln conf$$.file conf$$ 2>/dev/null; then
  2214.   as_ln_s=ln
  2215. else
  2216.   as_ln_s='cp -p'
  2217. fi
  2218. rm -f conf$$ conf$$.exe conf$$.file
  2219.  
  2220. if mkdir -p . 2>/dev/null; then
  2221.   as_mkdir_p=:
  2222. else
  2223.   as_mkdir_p=false
  2224. fi
  2225.  
  2226. as_executable_p="test -f"
  2227.  
  2228. # Sed expression to map a string onto a valid CPP name.
  2229. as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
  2230.  
  2231. # Sed expression to map a string onto a valid variable name.
  2232. as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
  2233.  
  2234.  
  2235. # IFS
  2236. # We need space, tab and new line, in precisely that order.
  2237. as_nl='
  2238. '
  2239. IFS="     $as_nl"
  2240.  
  2241. # CDPATH.
  2242. $as_unset CDPATH
  2243.  
  2244. exec 6>&1
  2245.  
  2246. # Open the log real soon, to keep \$[0] and so on meaningful, and to
  2247. # report actual input values of CONFIG_FILES etc. instead of their
  2248. # values after options handling.  Logging --version etc. is OK.
  2249. exec 5>>config.log
  2250. {
  2251.   echo
  2252.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2253. ## Running $as_me. ##
  2254. _ASBOX
  2255. } >&5
  2256. cat >&5 <<_CSEOF
  2257.  
  2258. This file was extended by $as_me, which was
  2259. generated by GNU Autoconf 2.57.  Invocation command line was
  2260.  
  2261.   CONFIG_FILES    = $CONFIG_FILES
  2262.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2263.   CONFIG_LINKS    = $CONFIG_LINKS
  2264.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2265.   $ $0 $@
  2266.  
  2267. _CSEOF
  2268. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2269. echo >&5
  2270. _ACEOF
  2271.  
  2272. # Files that config.status was made for.
  2273. if test -n "$ac_config_files"; then
  2274.   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
  2275. fi
  2276.  
  2277. if test -n "$ac_config_headers"; then
  2278.   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
  2279. fi
  2280.  
  2281. if test -n "$ac_config_links"; then
  2282.   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
  2283. fi
  2284.  
  2285. if test -n "$ac_config_commands"; then
  2286.   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
  2287. fi
  2288.  
  2289. cat >>$CONFIG_STATUS <<\_ACEOF
  2290.  
  2291. ac_cs_usage="\
  2292. \`$as_me' instantiates files from templates according to the
  2293. current configuration.
  2294.  
  2295. Usage: $0 [OPTIONS] [FILE]...
  2296.  
  2297.   -h, --help       print this help, then exit
  2298.   -V, --version    print version number, then exit
  2299.   -q, --quiet      do not print progress messages
  2300.   -d, --debug      don't remove temporary files
  2301.       --recheck    update $as_me by reconfiguring in the same conditions
  2302.   --file=FILE[:TEMPLATE]
  2303.                    instantiate the configuration file FILE
  2304.  
  2305. Configuration files:
  2306. $config_files
  2307.  
  2308. Report bugs to <bug-autoconf@gnu.org>."
  2309. _ACEOF
  2310.  
  2311. cat >>$CONFIG_STATUS <<_ACEOF
  2312. ac_cs_version="\\
  2313. config.status
  2314. configured by $0, generated by GNU Autoconf 2.57,
  2315.   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  2316.  
  2317. Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
  2318. Free Software Foundation, Inc.
  2319. This config.status script is free software; the Free Software Foundation
  2320. gives unlimited permission to copy, distribute and modify it."
  2321. srcdir=$srcdir
  2322. INSTALL="$INSTALL"
  2323. _ACEOF
  2324.  
  2325. cat >>$CONFIG_STATUS <<\_ACEOF
  2326. # If no file are specified by the user, then we need to provide default
  2327. # value.  By we need to know if files were specified by the user.
  2328. ac_need_defaults=:
  2329. while test $# != 0
  2330. do
  2331.   case $1 in
  2332.   --*=*)
  2333.     ac_option=`expr "x$1" : 'x\([^=]*\)='`
  2334.     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
  2335.     ac_shift=:
  2336.     ;;
  2337.   -*)
  2338.     ac_option=$1
  2339.     ac_optarg=$2
  2340.     ac_shift=shift
  2341.     ;;
  2342.   *) # This is not an option, so the user has probably given explicit
  2343.      # arguments.
  2344.      ac_option=$1
  2345.      ac_need_defaults=false;;
  2346.   esac
  2347.  
  2348.   case $ac_option in
  2349.   # Handling of the options.
  2350. _ACEOF
  2351. cat >>$CONFIG_STATUS <<\_ACEOF
  2352.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2353.     ac_cs_recheck=: ;;
  2354.   --version | --vers* | -V )
  2355.     echo "$ac_cs_version"; exit 0 ;;
  2356.   --he | --h)
  2357.     # Conflict between --help and --header
  2358.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2359. Try \`$0 --help' for more information." >&5
  2360. echo "$as_me: error: ambiguous option: $1
  2361. Try \`$0 --help' for more information." >&2;}
  2362.    { (exit 1); exit 1; }; };;
  2363.   --help | --hel | -h )
  2364.     echo "$ac_cs_usage"; exit 0 ;;
  2365.   --debug | --d* | -d )
  2366.     debug=: ;;
  2367.   --file | --fil | --fi | --f )
  2368.     $ac_shift
  2369.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2370.     ac_need_defaults=false;;
  2371.   --header | --heade | --head | --hea )
  2372.     $ac_shift
  2373.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2374.     ac_need_defaults=false;;
  2375.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  2376.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2377.     ac_cs_silent=: ;;
  2378.  
  2379.   # This is an error.
  2380.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2381. Try \`$0 --help' for more information." >&5
  2382. echo "$as_me: error: unrecognized option: $1
  2383. Try \`$0 --help' for more information." >&2;}
  2384.    { (exit 1); exit 1; }; } ;;
  2385.  
  2386.   *) ac_config_targets="$ac_config_targets $1" ;;
  2387.  
  2388.   esac
  2389.   shift
  2390. done
  2391.  
  2392. ac_configure_extra_args=
  2393.  
  2394. if $ac_cs_silent; then
  2395.   exec 6>/dev/null
  2396.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2397. fi
  2398.  
  2399. _ACEOF
  2400. cat >>$CONFIG_STATUS <<_ACEOF
  2401. if \$ac_cs_recheck; then
  2402.   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  2403.   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  2404. fi
  2405.  
  2406. _ACEOF
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412. cat >>$CONFIG_STATUS <<\_ACEOF
  2413. for ac_config_target in $ac_config_targets
  2414. do
  2415.   case "$ac_config_target" in
  2416.   # Handling of arguments.
  2417.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2418.   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
  2419.   "src/movix/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/movix/Makefile" ;;
  2420.   "src/isolinux/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/isolinux/Makefile" ;;
  2421.   "src/isolinux/kernel/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/isolinux/kernel/Makefile" ;;
  2422.   "scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
  2423.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2424. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2425.    { (exit 1); exit 1; }; };;
  2426.   esac
  2427. done
  2428.  
  2429. # If the user did not use the arguments to specify the items to instantiate,
  2430. # then the envvar interface is used.  Set only those that are not.
  2431. # We use the long form for the default assignment because of an extremely
  2432. # bizarre bug on SunOS 4.1.3.
  2433. if $ac_need_defaults; then
  2434.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2435. fi
  2436.  
  2437. # Have a temporary directory for convenience.  Make it in the build tree
  2438. # simply because there is no reason to put it here, and in addition,
  2439. # creating and moving files from /tmp can sometimes cause problems.
  2440. # Create a temporary directory, and hook for its removal unless debugging.
  2441. $debug ||
  2442. {
  2443.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2444.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2445. }
  2446.  
  2447. # Create a (secure) tmp directory for tmp files.
  2448.  
  2449. {
  2450.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2451.   test -n "$tmp" && test -d "$tmp"
  2452. }  ||
  2453. {
  2454.   tmp=./confstat$$-$RANDOM
  2455.   (umask 077 && mkdir $tmp)
  2456. } ||
  2457. {
  2458.    echo "$me: cannot create a temporary directory in ." >&2
  2459.    { (exit 1); exit 1; }
  2460. }
  2461.  
  2462. _ACEOF
  2463.  
  2464. cat >>$CONFIG_STATUS <<_ACEOF
  2465.  
  2466. #
  2467. # CONFIG_FILES section.
  2468. #
  2469.  
  2470. # No need to generate the scripts if there are no CONFIG_FILES.
  2471. # This happens for instance when ./config.status config.h
  2472. if test -n "\$CONFIG_FILES"; then
  2473.   # Protect against being on the right side of a sed subst in config.status.
  2474.   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
  2475.    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
  2476. s,@SHELL@,$SHELL,;t t
  2477. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2478. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2479. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2480. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2481. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2482. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2483. s,@exec_prefix@,$exec_prefix,;t t
  2484. s,@prefix@,$prefix,;t t
  2485. s,@program_transform_name@,$program_transform_name,;t t
  2486. s,@bindir@,$bindir,;t t
  2487. s,@sbindir@,$sbindir,;t t
  2488. s,@libexecdir@,$libexecdir,;t t
  2489. s,@datadir@,$datadir,;t t
  2490. s,@sysconfdir@,$sysconfdir,;t t
  2491. s,@sharedstatedir@,$sharedstatedir,;t t
  2492. s,@localstatedir@,$localstatedir,;t t
  2493. s,@libdir@,$libdir,;t t
  2494. s,@includedir@,$includedir,;t t
  2495. s,@oldincludedir@,$oldincludedir,;t t
  2496. s,@infodir@,$infodir,;t t
  2497. s,@mandir@,$mandir,;t t
  2498. s,@build_alias@,$build_alias,;t t
  2499. s,@host_alias@,$host_alias,;t t
  2500. s,@target_alias@,$target_alias,;t t
  2501. s,@DEFS@,$DEFS,;t t
  2502. s,@ECHO_C@,$ECHO_C,;t t
  2503. s,@ECHO_N@,$ECHO_N,;t t
  2504. s,@ECHO_T@,$ECHO_T,;t t
  2505. s,@LIBS@,$LIBS,;t t
  2506. s,@build@,$build,;t t
  2507. s,@build_cpu@,$build_cpu,;t t
  2508. s,@build_vendor@,$build_vendor,;t t
  2509. s,@build_os@,$build_os,;t t
  2510. s,@host@,$host,;t t
  2511. s,@host_cpu@,$host_cpu,;t t
  2512. s,@host_vendor@,$host_vendor,;t t
  2513. s,@host_os@,$host_os,;t t
  2514. s,@target@,$target,;t t
  2515. s,@target_cpu@,$target_cpu,;t t
  2516. s,@target_vendor@,$target_vendor,;t t
  2517. s,@target_os@,$target_os,;t t
  2518. s,@MOVIX_MAJOR_VERSION@,$MOVIX_MAJOR_VERSION,;t t
  2519. s,@MOVIX_MINOR_VERSION@,$MOVIX_MINOR_VERSION,;t t
  2520. s,@MOVIX_MICRO_VERSION@,$MOVIX_MICRO_VERSION,;t t
  2521. s,@MOVIX_VERSION@,$MOVIX_VERSION,;t t
  2522. s,@MOVIX_VERSION_INFO@,$MOVIX_VERSION_INFO,;t t
  2523. s,@MOVIX_VERSION_NUMBER@,$MOVIX_VERSION_NUMBER,;t t
  2524. s,@PERL@,$PERL,;t t
  2525. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2526. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2527. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2528. s,@CYGPATH_W@,$CYGPATH_W,;t t
  2529. s,@PACKAGE@,$PACKAGE,;t t
  2530. s,@VERSION@,$VERSION,;t t
  2531. s,@ACLOCAL@,$ACLOCAL,;t t
  2532. s,@AUTOCONF@,$AUTOCONF,;t t
  2533. s,@AUTOMAKE@,$AUTOMAKE,;t t
  2534. s,@AUTOHEADER@,$AUTOHEADER,;t t
  2535. s,@MAKEINFO@,$MAKEINFO,;t t
  2536. s,@AMTAR@,$AMTAR,;t t
  2537. s,@install_sh@,$install_sh,;t t
  2538. s,@STRIP@,$STRIP,;t t
  2539. s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
  2540. s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
  2541. s,@AWK@,$AWK,;t t
  2542. s,@SET_MAKE@,$SET_MAKE,;t t
  2543. s,@am__leading_dot@,$am__leading_dot,;t t
  2544. s,@have_mkisofs@,$have_mkisofs,;t t
  2545. s,@USE_MKISOFS_TRUE@,$USE_MKISOFS_TRUE,;t t
  2546. s,@USE_MKISOFS_FALSE@,$USE_MKISOFS_FALSE,;t t
  2547. s,@have_cdrecord@,$have_cdrecord,;t t
  2548. s,@USE_CDRECORD_TRUE@,$USE_CDRECORD_TRUE,;t t
  2549. s,@USE_CDRECORD_FALSE@,$USE_CDRECORD_FALSE,;t t
  2550. s,@LIBOBJS@,$LIBOBJS,;t t
  2551. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2552. CEOF
  2553.  
  2554. _ACEOF
  2555.  
  2556.   cat >>$CONFIG_STATUS <<\_ACEOF
  2557.   # Split the substitutions into bite-sized pieces for seds with
  2558.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2559.   ac_max_sed_lines=48
  2560.   ac_sed_frag=1 # Number of current file.
  2561.   ac_beg=1 # First line for current file.
  2562.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2563.   ac_more_lines=:
  2564.   ac_sed_cmds=
  2565.   while $ac_more_lines; do
  2566.     if test $ac_beg -gt 1; then
  2567.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2568.     else
  2569.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2570.     fi
  2571.     if test ! -s $tmp/subs.frag; then
  2572.       ac_more_lines=false
  2573.     else
  2574.       # The purpose of the label and of the branching condition is to
  2575.       # speed up the sed processing (if there are no `@' at all, there
  2576.       # is no need to browse any of the substitutions).
  2577.       # These are the two extra sed commands mentioned above.
  2578.       (echo ':t
  2579.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  2580.       if test -z "$ac_sed_cmds"; then
  2581.       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  2582.       else
  2583.       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  2584.       fi
  2585.       ac_sed_frag=`expr $ac_sed_frag + 1`
  2586.       ac_beg=$ac_end
  2587.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  2588.     fi
  2589.   done
  2590.   if test -z "$ac_sed_cmds"; then
  2591.     ac_sed_cmds=cat
  2592.   fi
  2593. fi # test -n "$CONFIG_FILES"
  2594.  
  2595. _ACEOF
  2596. cat >>$CONFIG_STATUS <<\_ACEOF
  2597. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  2598.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2599.   case $ac_file in
  2600.   - | *:- | *:-:* ) # input from stdin
  2601.         cat >$tmp/stdin
  2602.         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2603.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2604.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2605.         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2606.   * )   ac_file_in=$ac_file.in ;;
  2607.   esac
  2608.  
  2609.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  2610.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2611. $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  2612.          X"$ac_file" : 'X\(//\)[^/]' \| \
  2613.          X"$ac_file" : 'X\(//\)$' \| \
  2614.          X"$ac_file" : 'X\(/\)' \| \
  2615.          .     : '\(.\)' 2>/dev/null ||
  2616. echo X"$ac_file" |
  2617.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  2618.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  2619.         /^X\(\/\/\)$/{ s//\1/; q; }
  2620.         /^X\(\/\).*/{ s//\1/; q; }
  2621.         s/.*/./; q'`
  2622.   { if $as_mkdir_p; then
  2623.     mkdir -p "$ac_dir"
  2624.   else
  2625.     as_dir="$ac_dir"
  2626.     as_dirs=
  2627.     while test ! -d "$as_dir"; do
  2628.       as_dirs="$as_dir $as_dirs"
  2629.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2630. $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  2631.          X"$as_dir" : 'X\(//\)[^/]' \| \
  2632.          X"$as_dir" : 'X\(//\)$' \| \
  2633.          X"$as_dir" : 'X\(/\)' \| \
  2634.          .     : '\(.\)' 2>/dev/null ||
  2635. echo X"$as_dir" |
  2636.     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
  2637.         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
  2638.         /^X\(\/\/\)$/{ s//\1/; q; }
  2639.         /^X\(\/\).*/{ s//\1/; q; }
  2640.         s/.*/./; q'`
  2641.     done
  2642.     test ! -n "$as_dirs" || mkdir $as_dirs
  2643.   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
  2644. echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
  2645.    { (exit 1); exit 1; }; }; }
  2646.  
  2647.   ac_builddir=.
  2648.  
  2649. if test "$ac_dir" != .; then
  2650.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  2651.   # A "../" for each directory in $ac_dir_suffix.
  2652.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
  2653. else
  2654.   ac_dir_suffix= ac_top_builddir=
  2655. fi
  2656.  
  2657. case $srcdir in
  2658.   .)  # No --srcdir option.  We are building in place.
  2659.     ac_srcdir=.
  2660.     if test -z "$ac_top_builddir"; then
  2661.        ac_top_srcdir=.
  2662.     else
  2663.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  2664.     fi ;;
  2665.   [\\/]* | ?:[\\/]* )  # Absolute path.
  2666.     ac_srcdir=$srcdir$ac_dir_suffix;
  2667.     ac_top_srcdir=$srcdir ;;
  2668.   *) # Relative path.
  2669.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  2670.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  2671. esac
  2672. # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
  2673. # absolute.
  2674. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
  2675. ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
  2676. ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
  2677. ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
  2678.  
  2679.  
  2680.   case $INSTALL in
  2681.   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  2682.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  2683.   esac
  2684.  
  2685.   if test x"$ac_file" != x-; then
  2686.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  2687. echo "$as_me: creating $ac_file" >&6;}
  2688.     rm -f "$ac_file"
  2689.   fi
  2690.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2691.   # use $as_me), people would be surprised to read:
  2692.   #    /* config.h.  Generated by config.status.  */
  2693.   if test x"$ac_file" = x-; then
  2694.     configure_input=
  2695.   else
  2696.     configure_input="$ac_file.  "
  2697.   fi
  2698.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  2699.                                      sed 's,.*/,,'` by configure."
  2700.  
  2701.   # First look for the input files in the build tree, otherwise in the
  2702.   # src tree.
  2703.   ac_file_inputs=`IFS=:
  2704.     for f in $ac_file_in; do
  2705.       case $f in
  2706.       -) echo $tmp/stdin ;;
  2707.       [\\/$]*)
  2708.          # Absolute (can't be DOS-style, as IFS=:)
  2709.          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2710. echo "$as_me: error: cannot find input file: $f" >&2;}
  2711.    { (exit 1); exit 1; }; }
  2712.          echo $f;;
  2713.       *) # Relative
  2714.          if test -f "$f"; then
  2715.            # Build tree
  2716.            echo $f
  2717.          elif test -f "$srcdir/$f"; then
  2718.            # Source tree
  2719.            echo $srcdir/$f
  2720.          else
  2721.            # /dev/null tree
  2722.            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2723. echo "$as_me: error: cannot find input file: $f" >&2;}
  2724.    { (exit 1); exit 1; }; }
  2725.          fi;;
  2726.       esac
  2727.     done` || { (exit 1); exit 1; }
  2728. _ACEOF
  2729. cat >>$CONFIG_STATUS <<_ACEOF
  2730.   sed "$ac_vpsub
  2731. $extrasub
  2732. _ACEOF
  2733. cat >>$CONFIG_STATUS <<\_ACEOF
  2734. :t
  2735. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2736. s,@configure_input@,$configure_input,;t t
  2737. s,@srcdir@,$ac_srcdir,;t t
  2738. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  2739. s,@top_srcdir@,$ac_top_srcdir,;t t
  2740. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  2741. s,@builddir@,$ac_builddir,;t t
  2742. s,@abs_builddir@,$ac_abs_builddir,;t t
  2743. s,@top_builddir@,$ac_top_builddir,;t t
  2744. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  2745. s,@INSTALL@,$ac_INSTALL,;t t
  2746. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  2747.   rm -f $tmp/stdin
  2748.   if test x"$ac_file" != x-; then
  2749.     mv $tmp/out $ac_file
  2750.   else
  2751.     cat $tmp/out
  2752.     rm -f $tmp/out
  2753.   fi
  2754.  
  2755. done
  2756. _ACEOF
  2757.  
  2758. cat >>$CONFIG_STATUS <<\_ACEOF
  2759.  
  2760. { (exit 0); exit 0; }
  2761. _ACEOF
  2762. chmod +x $CONFIG_STATUS
  2763. ac_clean_files=$ac_clean_files_save
  2764.  
  2765.  
  2766. # configure is writing to config.log, and then calls config.status.
  2767. # config.status does its own redirection, appending to config.log.
  2768. # Unfortunately, on DOS this fails, as config.log is still kept open
  2769. # by configure, so config.status won't be able to write to it; its
  2770. # output is simply discarded.  So we exec the FD to /dev/null,
  2771. # effectively closing config.log, so it can be properly (re)opened and
  2772. # appended to by config.status.  When coming back to configure, we
  2773. # need to make the FD available again.
  2774. if test "$no_create" != yes; then
  2775.   ac_cs_success=:
  2776.   ac_config_status_args=
  2777.   test "$silent" = yes &&
  2778.     ac_config_status_args="$ac_config_status_args --quiet"
  2779.   exec 5>/dev/null
  2780.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  2781.   exec 5>>config.log
  2782.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  2783.   # would make configure fail if this is the last instruction.
  2784.   $ac_cs_success || { (exit 1); exit 1; }
  2785. fi
  2786.  
  2787.